atspi: Implement Selection for listbox
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 18:19:53 +0000 (14:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 21:24:06 +0000 (17:24 -0400)
commit08f57d5c3dd19869b6bdec69c3f46b99e1b757ff
tree14c0ef03d8c429f7891759e5958805683731359d
parent3cc9ac406def4b7b38bb9700a818e10c135099bc
atspi: Implement Selection for listbox

Implement the selection interface for GtkListBox.

This also includes a convenience api for context
addresses: gtk_at_spi_context_to_ref.
gtk/a11y/gtkatspicontext.c
gtk/a11y/gtkatspicontextprivate.h
gtk/a11y/gtkatspiselection.c [new file with mode: 0644]
gtk/a11y/gtkatspiselectionprivate.h [new file with mode: 0644]
gtk/a11y/gtkatspitext.c
gtk/a11y/gtkatspitextprivate.h
gtk/a11y/meson.build